From: Gerd Moellmann Date: Wed, 25 Apr 2001 14:36:03 +0000 (+0000) Subject: (command_loop_1): Redo change of 2001-03-12. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40577 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4187b9448102ce3986abc2052ba57636174e42a0;p=emacs.git (command_loop_1): Redo change of 2001-03-12. --- diff --git a/src/keyboard.c b/src/keyboard.c index a9dd324a381..da1ce089b9d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1479,6 +1479,10 @@ command_loop_1 () this variable differently. */ Vdisable_point_adjustment = Qnil; + /* Process filters and timers may have messed with deactivate-mark. + reset it before we execute the command. */ + Vdeactivate_mark = Qnil; + /* Execute the command. */ Vthis_command = cmd;